adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Blowfish Class / Encipher(Byte[],Int32) Method
The array to encrypt.
The amount to encrypt.

In This Topic
    Encipher(Byte[],Int32) Method
    In This Topic
    Encrypts a byte array in place.
    Syntax
    'Declaration
     
    
    Public Sub Encipher( _
       ByVal data() As Byte, _
       ByVal length As Integer _
    ) 
    public void Encipher( 
       byte[] data,
       int length
    )

    Parameters

    data
    The array to encrypt.
    length
    The amount to encrypt.
    See Also